GrapeCity.ActiveReports.v11 アセンブリ > GrapeCity.ActiveReports.PageReportModel 名前空間 > MatrixRow クラス > MatrixRow コンストラクタ : MatrixRow コンストラクタ(Length,IEnumerable<MatrixCell>) |
MatrixRowクラスの新しいインスタンスを初期化します。
'宣言 Public Function New( _ ByVal height As Length, _ ByVal cells As IEnumerable(Of MatrixCell) _ )
public MatrixRow( Length height, IEnumerable<MatrixCell> cells )